/src/usr.bin/m4/ |
look.c | 66 struct ohash macros; variable in typeref:struct:ohash 93 ohash_init(¯os, 10, ¯o_info); 102 return ohash_find(¯os, ohash_qlookup(¯os, name)); 110 p = ohash_find(¯os, ohash_qlookup(¯os, name)); 144 i = ohash_qlookupi(¯os, name, &end); 145 n = ohash_find(¯os, i); 148 ohash_insert(¯os, i, n); 222 for (n = ohash_first(¯os, &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]
|