HomeSort by: relevance | last modified time | path
    Searched defs:macros (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/m4/
look.c 66 struct ohash macros; variable in typeref:struct:ohash
93 ohash_init(&macros, 10, &macro_info);
102 return ohash_find(&macros, ohash_qlookup(&macros, name));
110 p = ohash_find(&macros, ohash_qlookup(&macros, name));
144 i = ohash_qlookupi(&macros, name, &end);
145 n = ohash_find(&macros, i);
148 ohash_insert(&macros, i, n);
222 for (n = ohash_first(&macros, &i); n != NULL;
    [all...]
  /src/lib/libcompat/4.3/
ruserpass.c 62 static int macnum; /* number of defined macros */
63 static struct macel macros[16]; variable in typeref:struct:macel[16]
201 "Limit of 16 macros have already been defined.");
204 tmp = macros[macnum].mac_name;
225 macros[macnum].mac_start = macbuf;
228 macros[macnum].mac_start =
229 macros[macnum-1].mac_end + 1;
231 tmp = macros[macnum].mac_start;
241 macros[macnum++].mac_end = tmp - 1;
  /src/lib/libedit/
read.c 61 struct macros { struct
68 struct macros macros; member in struct:el_read_t
76 static void read_clearmacros(struct macros *);
77 static void read_pop(struct macros *);
86 struct macros *ma;
91 ma = &el->el_read->macros;
112 read_clearmacros(&el->el_read->macros);
113 el_free(el->el_read->macros.macro);
114 el->el_read->macros.macro = NULL
    [all...]
  /src/usr.bin/ftp/
ftp_var.h 311 GLOBAL int macnum; /* number of defined macros */
312 GLOBAL struct macel macros[16]; variable in typeref:struct:macel[16]

Completed in 13 milliseconds