Searched refs:argl (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c218 char **argl = 0; local
224 char **p = argl;
225 argl = grub_realloc (argl, (++num + 1) * sizeof (char *));
226 if (! argl)
231 argl[num - 1] = s;
232 argl[num] = NULL;
413 *args = argl;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5643 \getargs{#1}% now \macname is the macname and \argl the arglist
5644 \ifx\argl\empty % no arguments
5647 \expandafter\parsemargdef \argl;%
5698 \def\getmacargs#1{\def\argl{#1}}
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex6663 \getargs{#1}% now \macname is the macname and \argl the arglist
6664 \ifx\argl\empty % no arguments
6667 \expandafter\parsemargdef \argl;%
6715 \def\getmacargs#1{\def\argl{#1}}

Completed in 88 milliseconds