Searched refs:locstr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | genextract.c | 44 typedef char *locstr; typedef 50 locstr *oplocs; 51 locstr *duplocs; 73 DEF_VEC_P(locstr); 74 DEF_VEC_ALLOC_P(locstr,heap); 78 VEC(locstr,heap) *oplocs; 79 VEC(locstr,heap) *duplocs; 96 acc.oplocs = VEC_alloc (locstr,heap, 10); in gen_insn() 97 acc.duplocs = VEC_alloc (locstr,heap, 10); in gen_insn() 119 op_count = VEC_length (locstr, acc.oplocs); in gen_insn() [all …]
|
| D | ChangeLog-2006 | 14168 Declare vectors of int, char, and locstr. 14169 (locstr): New typedef.
|
| /freebsd-12-stable/contrib/flex/ |
| D | sym.c | 178 int locstr; local 181 locstr = 0; 183 while (str[locstr]) { 184 hashval = (hashval << 1) + (unsigned char) str[locstr++];
|
| /freebsd-12-stable/usr.bin/man/ |
| D | man.sh | 668 local locstr 681 locstr=$LANG 683 locstr=$LC_CTYPE 686 case "$locstr" in 695 locpaths="$locstr"
|