Searched defs:builtin (Results 1 - 9 of 9) 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 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);
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...]
/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"));
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h62 #define builtin(x) ((x) | BUILTIN) macro
/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/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 213 milliseconds