Searched refs:builtin (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c61 /* Find the builtin whose command name is COMMAND and return the
63 struct builtin *
68 struct builtin **builtin; local
78 /* Seek out the builtin whose command name is COMMAND. */
79 for (builtin = builtin_table; *builtin != 0; builtin++)
81 int ret = grub_strcmp (command, (*builtin)->name);
85 /* Find the builtin fo
137 struct builtin *builtin; local
195 struct builtin *builtin; local
[all...]
H A Dbuiltins.c1 /* builtins.c - the GRUB builtin commands */
251 static struct builtin builtin_blocklist =
350 static struct builtin builtin_boot =
394 static struct builtin builtin_bootp =
431 static struct builtin builtin_cat =
504 static struct builtin builtin_chainloader =
594 static struct builtin builtin_cmp =
719 static struct builtin builtin_color =
770 static struct builtin builtin_configfile =
799 static struct builtin builtin_debu
1939 struct builtin **builtin; local
1984 struct builtin **builtin; local
[all...]
H A Dstage2.c988 struct builtin *builtin; local
990 /* Get the pointer to the builtin structure. */
991 builtin = find_command (cmdline);
993 if (! builtin)
997 if (builtin->flags & BUILTIN_TITLE)
1028 if (builtin->flags & BUILTIN_MENU)
1031 (builtin->func) (arg, BUILTIN_MENU);
H A Ddisk_io.c1485 /* Print the completions of builtin commands. */
1486 struct builtin **builtin; local
1491 for (builtin = builtin_table; (*builtin); builtin++)
1494 if (! ((*builtin)->flags & BUILTIN_CMDLINE))
1497 if (substring (buf, (*builtin)->name) <= 0)
1498 print_a_completion ((*builtin)->name);
H A Dshared.h906 /* The table for a builtin. */
907 struct builtin struct
922 extern struct builtin *builtin_table[];
944 struct builtin *find_command (char *command);
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h62 #define builtin(x) ((x) | BUILTIN) macro
H A Dm4.c470 p[0] = builtin(t);
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c88 "builtin", NV_BLTIN, bltin(builtin),
351 "[-1c?\n@(#)$Id: builtin (AT&T Research) 1999-07-10 $\n]"
353 "[+NAME?builtin - add, delete, or display shell built-ins]"
/illumos-gate/usr/src/lib/libpp/common/
H A Dppbuiltin.c25 * preprocessor builtin macro support
33 * process a #(...) builtin macro call
362 if (pp.builtin && (a = (*pp.builtin)(pp.valbuf, p, a)))
400 error(1, "%-.16s: builtin value truncated", p);
H A Dpplib.h295 char* valbuf; /* builtin macro value buffer */ \
332 PPBUILTIN builtin; /* builtin macro handler */ \
H A Dppop.c372 pp.builtin = va_arg(ap, PPBUILTIN);
783 * mark macros that are builtin predicates
813 * compose, push and read the builtin initialization script
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c46 builtin(int type, int argc, unsigned char **argv, struct trenod *t) function
470 prs_buff(_gettext("unknown builtin\n"));
H A Dxec.c179 builtin(hashdata(cmdhash),argn,com,t);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c1065 * the predefined builtin groups.
1070 static char *builtin[] = { local
1078 int ngrp = sizeof (builtin) / sizeof (builtin[0]);
1111 if ((wka = smb_wka_lookup_name(builtin[i])) == NULL)
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c607 * Replace a word definition (a builtin command) with another
628 * The problem arises when you tick the builtin. For example:
640 * The problem is compounded by the fact that "' builtin CATCH" is valid
675 ": builtin: " \
802 sprintf(create_buf, "builtin: %s", cmdp->c_name);
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c137 log_message(MSG_ERROR, "Can't debug builtin\n");
1145 lookup_builtin(token_t builtin) argument
1150 if (bitab[i].bi_ptr == builtin)
1171 log_message(MSG_INFO, "%s: builtin\n", bip->bi_name);
1173 log_message(MSG_INFO, "%s: builtin\n",
1369 log_message(MSG_ERROR, "Invalid builtin %s\n",

Completed in 85 milliseconds