Home
last modified time | relevance | path

Searched refs:firstnonwhite (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/xvile/vile-9.8v/
H A Dbasic.c428 (void) firstnonwhite(FALSE, 1); in vl_gotoline()
478 return firstnonwhite(FALSE, 1); in gotoeob()
504 return firstnonwhite(FALSE, 1); in gotobos()
538 return firstnonwhite(FALSE, 1); in gotomos()
578 return firstnonwhite(FALSE, 1); in gotoeos()
710 return firstnonwhite(FALSE, 1); in forwbline()
727 return firstnonwhite(FALSE, 1); in backbline()
1158 (void) firstnonwhite(FALSE, 1); in forwpage()
1229 (void) firstnonwhite(FALSE, 1); in forwhpage()
1265 (void) firstnonwhite(FALSE, 1); in backhpage()
[all …]
H A Dword.c341 (void) firstnonwhite(FALSE, 1); in join_region()
550 (void) firstnonwhite(FALSE, 1); in do_formatting()
594 (void) firstnonwhite(FALSE, 1); in do_formatting()
H A Dopers.c145 (void) firstnonwhite(FALSE, 1); in vile_op()
H A Dregion.c141 (void) firstnonwhite(FALSE, 1); in do_lines_in_region()
351 return firstnonwhite(FALSE, 1); in shift_right_line()
H A Dfences.c378 (void) firstnonwhite(FALSE, 1); in complex_fence()
H A Dtags.c825 (void) firstnonwhite(FALSE, 1); in tag_search()
H A Dexec.c878 (void) firstnonwhite(FALSE, 1); in execute_named_command()
883 (void) firstnonwhite(FALSE, 1); in execute_named_command()
H A Dinsert.c309 (void) firstnonwhite(FALSE, 1); in insertbol()
H A Dspawn.c783 (void) firstnonwhite(FALSE, 1); in filterregion()
H A Dline.c1549 (void) firstnonwhite(FALSE, 1); in doput()
H A Dcmdtbl723 firstnonwhite MOTION|MINIBUF
/dports/editors/vile/vile-9.8v/
H A Dbasic.c428 (void) firstnonwhite(FALSE, 1); in vl_gotoline()
478 return firstnonwhite(FALSE, 1); in gotoeob()
504 return firstnonwhite(FALSE, 1); in gotobos()
538 return firstnonwhite(FALSE, 1); in gotomos()
578 return firstnonwhite(FALSE, 1); in gotoeos()
710 return firstnonwhite(FALSE, 1); in forwbline()
727 return firstnonwhite(FALSE, 1); in backbline()
1158 (void) firstnonwhite(FALSE, 1); in forwpage()
1229 (void) firstnonwhite(FALSE, 1); in forwhpage()
1265 (void) firstnonwhite(FALSE, 1); in backhpage()
[all …]
H A Dword.c341 (void) firstnonwhite(FALSE, 1); in join_region()
550 (void) firstnonwhite(FALSE, 1); in do_formatting()
594 (void) firstnonwhite(FALSE, 1); in do_formatting()
H A Dopers.c145 (void) firstnonwhite(FALSE, 1); in vile_op()
H A Dregion.c141 (void) firstnonwhite(FALSE, 1); in do_lines_in_region()
351 return firstnonwhite(FALSE, 1); in shift_right_line()
H A Dfences.c378 (void) firstnonwhite(FALSE, 1); in complex_fence()
H A Dtags.c825 (void) firstnonwhite(FALSE, 1); in tag_search()
H A Dexec.c878 (void) firstnonwhite(FALSE, 1); in execute_named_command()
883 (void) firstnonwhite(FALSE, 1); in execute_named_command()
H A Dinsert.c309 (void) firstnonwhite(FALSE, 1); in insertbol()
H A Dspawn.c783 (void) firstnonwhite(FALSE, 1); in filterregion()
H A Dline.c1549 (void) firstnonwhite(FALSE, 1); in doput()
/dports/math/R/R-4.1.2/src/library/utils/src/
H A Dio.c808 Rboolean empty, skip, firstnonwhite; in readtablehead() local
872 nbuf = 0; empty = TRUE; skip = FALSE; firstnonwhite = TRUE; in readtablehead()
913 } else if(!skip && (firstnonwhite || data.sepchar != 0) && strchr(data.quoteset, c)) in readtablehead()
917 firstnonwhite = TRUE; in readtablehead()
918 else if (c != ' ' && c != '\t') firstnonwhite = FALSE; in readtablehead()
/dports/math/libRmath/R-4.1.1/src/library/utils/src/
H A Dio.c808 Rboolean empty, skip, firstnonwhite; in readtablehead() local
872 nbuf = 0; empty = TRUE; skip = FALSE; firstnonwhite = TRUE; in readtablehead()
913 } else if(!skip && (firstnonwhite || data.sepchar != 0) && strchr(data.quoteset, c)) in readtablehead()
917 firstnonwhite = TRUE; in readtablehead()
918 else if (c != ' ' && c != '\t') firstnonwhite = FALSE; in readtablehead()
/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dparsetreetodata.cpp422 long firstnonwhite = dstatus.find_first_not_of(whitespace); in DoDisease() local
423 dstatus.assign(dstatus,firstnonwhite,dstatus.length()-firstnonwhite); in DoDisease()
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase25.pat175 firstnonwhite MOTION|MINIBUF

12