HomeSort by: relevance | last modified time | path
    Searched refs:builtin (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/tc/
tc.c 75 const struct tc_builtin *builtin; local
101 builtin = &tba->tba_builtins[i];
104 if (builtin->tcb_slot > sc->sc_nslots)
105 panic("tcattach: builtin %d slot > nslots", i);
111 tcaddr = sc->sc_slots[builtin->tcb_slot].tcs_addr +
112 builtin->tcb_offset;
119 strncpy(ta.ta_modname, builtin->tcb_modname, TC_ROM_LLEN);
121 ta.ta_dmat = (*sc->sc_get_dma_tag)(builtin->tcb_slot);
123 ta.ta_slot = builtin->tcb_slot;
124 ta.ta_offset = builtin->tcb_offset
    [all...]
sfbplus.c 459 Low order 3bit control visibilities of screen and builtin cursor.
  /src/bin/ksh/
table.h 65 #define SPEC_BI BIT(12) /* a POSIX special builtin */
66 #define REG_BI BIT(13) /* a POSIX regular builtin */
83 #define FC_SPECBI BIT(0) /* special builtin */
84 #define FC_FUNC BIT(1) /* function builtin */
85 #define FC_REGBI BIT(2) /* regular builtin */
86 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */
144 struct builtin { struct
150 extern const struct builtin shbuiltins [], kshbuiltins [];
main.c 75 /* Aliases that are builtin commands in at&t */
149 builtin(shbuiltins[i].name, shbuiltins[i].func);
151 builtin(kshbuiltins[i].name, kshbuiltins[i].func);
proto.h 75 void builtin ARGS((const char *, int (*)(char **)));
c_sh.c 879 * a leading * means a POSIX special builtin;
880 * a leading + means a POSIX regular builtin
883 const struct builtin shbuiltins [] = {
888 {"=builtin", c_builtin},
c_ksh.c 516 shprintf(" is a%s shell builtin",
1436 * a leading * means a POSIX special builtin;
1437 * a leading + means a POSIX regular builtin
1440 const struct builtin kshbuiltins [] = {
exec.c 477 /* Deal with the shell builtins builtin, exec and command since
499 errorf("builtin: %s: not a builtin", cp);
859 * add builtin
862 builtin(name, func) function
869 /* see if any flags should be set for this builtin */
873 else if (*name == '*') /* POSIX special builtin */
875 else if (*name == '+') /* POSIX regular builtin */
932 * modified to allow tracking of builtin commands.
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 105 ECHO?= echo # Shell builtin
106 FALSE?= false # Shell builtin
119 TEST?= test # Shell builtin
121 TRUE?= true # Shell builtin
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 117 # Running make with the option '-r' skips the builtin rules from <sys.mk>.
  /src/bin/sh/
exec.c 91 union param param; /* definition of builtin function */
101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
533 out1str("builtin ");
604 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
628 /* If %builtin not in path, check for builtin next */
649 if (prefix("builtin", pathopt)) {
767 * Search the table of builtin commands.
778 return bp->builtin;
790 return bp->builtin;
    [all...]
  /src/usr.sbin/inetd/
parse.c 905 "user:group=%s:%s builtin=%lx server=%s"
922 "builtin=%lx "
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 932 tabe_t builtin[] = { variable

Completed in 34 milliseconds