X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdev%2Fconcepts.texi;h=d1cf5f2012600420395ccf74aa166fdea72dd61e;hb=339f1956cc727eda788638644ef93ab7852b31cd;hp=64b0130e125459d0a346fa0aec7df3be1d1545f0;hpb=ff7ae14592cbdbebc4e4322424db95663ea7e166;p=pspp diff --git a/doc/dev/concepts.texi b/doc/dev/concepts.texi index 64b0130e12..d1cf5f2012 100644 --- a/doc/dev/concepts.texi +++ b/doc/dev/concepts.texi @@ -2015,7 +2015,7 @@ Returns the variable at the given @var{position} in @var{dict}. (see below). @end deftypefun -@deftypefun size_t dict_get_var_cnt (const struct dictionary *@var{dict}) +@deftypefun size_t dict_get_n_vars (const struct dictionary *@var{dict}) Returns the number of variables in @var{dict}. @end deftypefun @@ -2298,7 +2298,7 @@ only if there are no split variables, returns a null pointer. The caller must not modify or free the returned array. @end deftypefun -@deftypefun size_t dict_get_split_cnt (const struct dictionary *@var{dict}) +@deftypefun size_t dict_get_n_splits (const struct dictionary *@var{dict}) Returns the number of split variables. @end deftypefun @@ -2393,7 +2393,7 @@ call to one of this function in a @func{msg_disable}/@func{msg_enable} pair. @end deftypefun -@deftypefun size_t dict_get_document_line_cnt (const struct dictionary *@var{dict}) +@deftypefun size_t dict_get_document_n_lines (const struct dictionary *@var{dict}) Returns the number of line of documents in @var{dict}. If the dictionary contains no documents, returns 0. @end deftypefun