Searched refs:sp (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
D | checkstack.pl | 50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o; 53 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 57 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o; 70 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 77 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 80 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
/scripts/kconfig/lxdialog/ |
D | util.c | 386 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 401 sp = strpbrk(word, "\n "); in print_autowrap() 402 if (sp && *sp == '\n') in print_autowrap() 403 newline_separator = sp; in print_autowrap() 405 if (sp) in print_autowrap() 406 *sp++ = 0; in print_autowrap() 414 (newl && wlen < 4 && sp in print_autowrap() 415 && wlen + 1 + strlen(sp) > room in print_autowrap() 416 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap() 417 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap() [all …]
|
/scripts/kconfig/ |
D | mconf.c | 322 struct subtitle_part *sp; in set_subtitle() local 331 list_for_each_entry(sp, &trail, entries) { in set_subtitle() 332 if (sp->text) { in set_subtitle() 339 pos->text = sp->text; in set_subtitle()
|