Searched refs:sp (Results 1 – 3 of 3) sorted by relevance
| /scripts/ |
| A D | checkstack.pl | 49 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o; 52 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 65 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 72 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 75 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 103 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 388 sp = strpbrk(word, "\n "); in print_autowrap() 389 if (sp && *sp == '\n') in print_autowrap() 390 newline_separator = sp; in print_autowrap() 392 if (sp) in print_autowrap() 393 *sp++ = 0; in print_autowrap() 401 (newl && wlen < 4 && sp in print_autowrap() 402 && wlen + 1 + strlen(sp) > room in print_autowrap() 403 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap() 420 if (sp && *sp == ' ') { in print_autowrap() 422 while (*++sp == ' ') ; in print_autowrap() [all …]
|
| /scripts/kconfig/ |
| A D | mconf.c | 321 struct subtitle_part *sp; in set_subtitle() local 330 list_for_each_entry(sp, &trail, entries) { in set_subtitle() 331 if (sp->text) { in set_subtitle() 338 pos->text = sp->text; in set_subtitle()
|
Completed in 9 milliseconds